Vcenter ResourcePool CreateSpec
The Vcenter ResourcePool CreateSpec schema contains information used to create a resource pool, see POST /vcenter/resource-pool.
This schema was added in vSphere API 7.0.0.0.
{
"name": "string",
"parent": "string",
"cpu_allocation": {
"reservation": 0,
"expandable_reservation": false,
"limit": 0,
"shares": {
"level": "string",
"shares": 0
}
},
"memory_allocation": {
"reservation": 0,
"expandable_reservation": false,
"limit": 0,
"shares": {
"level": "string",
"shares": 0
}
}
}
Name of the resource pool.
This property was added in vSphere API 7.0.0.0.
Parent of the created resource pool.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ResourcePool
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ResourcePool
.
Resource allocation for CPU.
This property was added in vSphere API 7.0.0.0.
if missing or null
or empty, use the default CPU allocation specification.
Resource allocation for memory.
This property was added in vSphere API 7.0.0.0.
if missing or null
or empty, use the default memory allocation specification.